Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow custom manifest file paths in "wasmer publish" #3953

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Jun 5, 2023

Extends the "wasmer publish" command to allow specifying not just a
directory, but also a concrete "*.toml" manifest path.

This allows using manifests with a name other than the default
"wasmer.toml"

Useful for keeping multiple manifests in a single directory.

Closes #3949

Extends the "wasmer publish" command to allow specifying not just a
directory, but also a concrete "*.toml" manifest path.

This allows using manifests with a name other than the default
"wasmer.toml"

Useful for keeping multiple manifests in a single directory.

Closes #3949
@theduke theduke requested a review from syrusakbary as a code owner June 5, 2023 16:06
@theduke theduke requested a review from ptitSeb June 5, 2023 16:07
Copy link
Contributor

@ptitSeb ptitSeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me

@theduke theduke enabled auto-merge (rebase) June 5, 2023 16:33
@theduke theduke merged commit 6bca649 into master Jun 5, 2023
@theduke theduke deleted the issue-3949-publish-allow-custom-manifest-path branch June 5, 2023 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wasmer publish: Allow specifying a custom manifest file path
2 participants